home *** CD-ROM | disk | FTP | other *** search
- document.writeln ('<TABLE ALIGN="left" border="0" cellspacing="0" cellpadding="10">');
- document.writeln ('<TR>');
- document.write ('<TD ALIGN="left">');
-
- if (prev != "WizardsTOC.hhc") {
- document.writeln ('<A HREF="' + prev + '">');
- document.writeln ('<IMG SRC="prevpage.gif" HEIGHT=17 BORDER=0 ALT="Previous page"></A>');
- }
-
- if (next != "WizardsIX.hhk") {
- document.writeln ('<A HREF="' + next + '">');
- document.writeln ('<IMG SRC="nextpage.gif" HEIGHT=17 BORDER=0 ALT="Next page"></A>');
- }
-
- // Only display the ShowTOC buttons in uncompiled HTML and if the navigation
- // pane is not visible
-
- if (document.URL.search("MSITStore") == -1 ) {
- if (!location.hash && !window.parent.toc) {
- document.writeln ('</TD><TD ALIGN="left">');
- document.writeln ('<A HREF="frameset.htm#TOC' + current + '">');
- document.writeln ('<IMG SRC="showtoc.gif" HEIGHT=17 BORDER=0 ALT="Click to show the Table of Contents"></A></TD>');
- document.writeln ('<TD ALIGN="left">');
- document.writeln ('<A HREF="frameset.htm#IDX' + current + '">');
- document.writeln ('<IMG SRC="showix.gif" HEIGHT=17 BORDER=0 ALT="Click to show the Index"></A></TD>');
- }
- }
-
- document.writeln ('</TD>');
- document.writeln ('</TR>');
- document.writeln ('</TABLE>');
-
-